func github.com/oapi-codegen/runtime.stylePrimitive

4 uses

	github.com/oapi-codegen/runtime (current package)
		styleparam.go#L85: 			return stylePrimitive(style, explode, paramName, paramLocation, string(b))
		styleparam.go#L102: 		return stylePrimitive(style, explode, paramName, paramLocation, value)
		styleparam.go#L214: 		styledVal, err := stylePrimitive(style, explode, paramName, paramLocation, timeVal)
		styleparam.go#L375: func stylePrimitive(style string, explode bool, paramName string, paramLocation ParamLocation, value interface{}) (string, error) {